2020-2021 Sunseeker Telemetry and Lighting System
ram_ex1_turnOffSector.c File Reference
#include "driverlib.h"

Go to the source code of this file.

Functions

void main (void)
 
void TIMER0_A0_ISR (void)
 

Variables

uint8_t returnValue
 

Function Documentation

◆ main()

void main ( void  )

Definition at line 59 of file ram_ex1_turnOffSector.c.

References __no_operation(), and param.

◆ TIMER0_A0_ISR()

void TIMER0_A0_ISR ( void  )

Definition at line 105 of file ram_ex1_turnOffSector.c.

References returnValue.

Variable Documentation

◆ returnValue

uint8_t returnValue

MSP430F5529 Demo - RAM controller turn off RAM sector

Description: Switch RAM sector off instead of retention state during low low power modes.

Tested On: MSP430F5529

| | | |

This example uses the following peripherals and I/O signals. You must review these and change as needed for your own board:

  • TIMER_A peripheral
  • GPIO peripheral

This example uses the following interrupt handlers. To use this example in your own application you must add these interrupt handlers to your vector table.

  • Timer A0

Definition at line 57 of file ram_ex1_turnOffSector.c.

Referenced by TIMER0_A0_ISR().